A. System.Web.Services
B. System.Web.Ui.Forms.Security
C. System.Web.Configuration
D. System.Web.Security
Advertisement
Related Mcqs:
- What namespace does the Web page belong in the .NET Framework class hierarchy ?
- A. System.Windows.Page B. System.Web.page C. System.web.UI.Page D. None of these...
- The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________?
- A. System.Data B. System.Security C. System.Diagnostics D. System.EnterpriseServices...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- Which object can help you maintain data across users ?
- A. Response object B. Application object C. Session object D. Server object...
- Mode of storing ASP.NET session_____________?
- A. StateServer B. SQL Server C. InProc D. All of the above...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- What is the transport protocol used to call a webservice ?
- A. TCP B. HTTP C. SMTP D. SOAP...
- When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
- A. XML B. HTML C. WML D. All of the above...
- The GridView control in ASP.NET has which of the following features ?
- A. Automatic paging B. Automatic data binding C. Both A and B D. None of the above...
Advertisement